![]() |
DrawThemeTickMark |
||||
Header: | Appearance.h | Carbon status: | Supported | |
Draws a tick mark.
OSStatus DrawThemeTickMark ( const Rect *bounds, ThemeDrawState state );
A pointer to a structure of type Rect. Before calling DrawThemeTickMark, set the rectangle to the position that contains the tick mark, in local coordinates. Note that tick marks are of a fixed—3 pixel by 8 pixel—size.
A value of type ThemeDrawState. Pass a constant specifying the state in which to draw the tick mark; see
A result code.
The DrawThemeTickMark function draws a single theme-compliant tick mark. To draw a complete set of tick marks for a track, call the function DrawThemeTrackTickMarks.
This function is available with Appearance Manager 1.1 and later.
Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)